/* line 2, ../../sass/_hy.scss */
body.choice-account-manager-covered a.scroll_to_top {
  display: none !important;
}
/* line 5, ../../sass/_hy.scss */
body.choice-account-manager-covered #header-get-free-quote-button {
  display: none;
}
/* line 8, ../../sass/_hy.scss */
body.choice-account-manager-covered header.top_panel_wrap {
  display: none;
}
/* line 11, ../../sass/_hy.scss */
body.choice-account-manager-covered .header_mobile {
  display: none;
}
/* line 14, ../../sass/_hy.scss */
body.choice-account-manager-covered .top_panel_title {
  display: none;
}
/* line 17, ../../sass/_hy.scss */
body.choice-account-manager-covered footer {
  display: none;
}
/* line 20, ../../sass/_hy.scss */
body.choice-account-manager-covered .copyright_wrap {
  display: none !important;
}

@media only screen and (max-width: 479px) {
  /* line 24, ../../sass/_hy.scss */
  .content_wrap {
    width: 96%;
  }
}

/* line 29, ../../sass/_hy.scss */
.choice-manager-wrapper {
  display: block !important;
}
/* line 31, ../../sass/_hy.scss */
.choice-manager-wrapper .p21 {
  padding: 0 21px !important;
}
/* line 34, ../../sass/_hy.scss */
.choice-manager-wrapper .hiddenDiv {
  display: none;
}
/* line 38, ../../sass/_hy.scss */
.choice-manager-wrapper .visibleDiv {
  display: block;
}
/* line 41, ../../sass/_hy.scss */
.choice-manager-wrapper .error {
  color: red;
}
/* line 44, ../../sass/_hy.scss */
.choice-manager-wrapper .alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
/* line 49, ../../sass/_hy.scss */
.choice-manager-wrapper .alert.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
/* line 54, ../../sass/_hy.scss */
.choice-manager-wrapper .alert.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
/* line 63, ../../sass/_hy.scss */
.choice-manager-wrapper form p.invalidate label {
  color: red !important;
}
/* line 66, ../../sass/_hy.scss */
.choice-manager-wrapper form p.invalidate > span {
  display: block;
  color: red;
  clear: both;
  padding-left: 40%;
}
/* line 72, ../../sass/_hy.scss */
.choice-manager-wrapper form p.invalidate input, .choice-manager-wrapper form p.invalidate textarea {
  border-color: red;
}
/* line 76, ../../sass/_hy.scss */
.choice-manager-wrapper form select {
  -webkit-appearance: menulist;
  -moz-appearance: menulist;
}
/* line 81, ../../sass/_hy.scss */
.choice-manager-wrapper form input .error {
  border-color: red;
}
/* line 87, ../../sass/_hy.scss */
.choice-manager-wrapper h2 {
  font-size: 40px;
  padding-bottom: 20px;
}
/* line 92, ../../sass/_hy.scss */
.choice-manager-wrapper span.contract-number {
  font-size: 16px;
  font-weight: bold;
}
/* line 96, ../../sass/_hy.scss */
.choice-manager-wrapper .manager-mobile-menu {
  font-size: 24px;
  color: #22a8da;
  border: 1px solid #22a8da;
  padding: 5px 20px;
  margin-bottom: 10px;
  line-height: unset;
  cursor: pointer;
  display: none;
  float: right;
}
/* line 106, ../../sass/_hy.scss */
.choice-manager-wrapper .manager-mobile-menu > div {
  display: none;
  width: 35px;
  height: 5px;
  background-color: #333;
  margin: 6px 0;
  transition: 0.4s;
}
/* line 115, ../../sass/_hy.scss */
.choice-manager-wrapper .manager-mobile-menu.change .bar1 {
  -webkit-transform: rotate(-45deg) translate(-9px, 6px);
  transform: rotate(-45deg) translate(-9px, 6px);
}
/* line 119, ../../sass/_hy.scss */
.choice-manager-wrapper .manager-mobile-menu.change .bar2 {
  opacity: 0;
}
/* line 122, ../../sass/_hy.scss */
.choice-manager-wrapper .manager-mobile-menu.change .bar3 {
  -webkit-transform: rotate(45deg) translate(-8px, -8px);
  transform: rotate(45deg) translate(-8px, -8px);
}
@media only screen and (max-width: 960px) {
  /* line 96, ../../sass/_hy.scss */
  .choice-manager-wrapper .manager-mobile-menu {
    display: block;
  }
  /* line 131, ../../sass/_hy.scss */
  .choice-manager-wrapper .manager-mobile-menu.change + .manager-menu {
    display: block !important;
    z-index: 1;
  }
  /* line 134, ../../sass/_hy.scss */
  .choice-manager-wrapper .manager-mobile-menu.change + .manager-menu li {
    font-size: 22px;
    margin-bottom: 20px;
  }
}
/* line 142, ../../sass/_hy.scss */
.choice-manager-wrapper .manager-menu {
  padding: 30px 0 0;
}
/* line 144, ../../sass/_hy.scss */
.choice-manager-wrapper .manager-menu li {
  display: inline-block;
}
/* line 146, ../../sass/_hy.scss */
.choice-manager-wrapper .manager-menu li a {
  padding: 0 10px;
  border-left: 1px solid #22a8da;
}
/* line 149, ../../sass/_hy.scss */
.choice-manager-wrapper .manager-menu li a.active {
  color: #f58437;
}
/* line 154, ../../sass/_hy.scss */
.choice-manager-wrapper .manager-menu li:first-child a {
  border: none;
  padding-left: 0;
}
@media only screen and (max-width: 960px) {
  /* line 142, ../../sass/_hy.scss */
  .choice-manager-wrapper .manager-menu {
    display: none;
    position: absolute;
    background: #fff;
    border: 1px solid #22a8da;
    width: 98%;
    padding: 10px 0;
    margin-top: 15px;
    left: 1%;
  }
  /* line 169, ../../sass/_hy.scss */
  .choice-manager-wrapper .manager-menu li {
    display: block;
  }
  /* line 171, ../../sass/_hy.scss */
  .choice-manager-wrapper .manager-menu li a {
    padding: 0 10px !important;
    border: none !important;
  }
}
/* line 178, ../../sass/_hy.scss */
.choice-manager-wrapper div.table {
  width: 100%;
  border-collapse: collapse;
  border: none;
  border-left: 10px solid #9e9fa3;
  border-right: 10px solid #9e9fa3;
  border-bottom: 10px solid #9e9fa3;
  margin-bottom: 20px;
  box-sizing: border-box;
}
/* line 187, ../../sass/_hy.scss */
.choice-manager-wrapper div.table > div {
  background: #fff;
}
/* line 189, ../../sass/_hy.scss */
.choice-manager-wrapper div.table > div:after {
  content: "";
  display: block;
  width: 100%;
  float: none;
  clear: both;
}
/* line 196, ../../sass/_hy.scss */
.choice-manager-wrapper div.table > div > div {
  box-sizing: border-box;
  padding: 40px 0;
}
@media only screen and (max-width: 768px) {
  /* line 196, ../../sass/_hy.scss */
  .choice-manager-wrapper div.table > div > div {
    padding-bottom: 0;
  }
  /* line 201, ../../sass/_hy.scss */
  .choice-manager-wrapper div.table > div > div + div {
    border-top: 0;
  }
}
@media only screen and (min-width: 768px) {
  /* line 208, ../../sass/_hy.scss */
  .choice-manager-wrapper div.table div.w1_2 {
    float: left;
    width: 50%;
  }
  /* line 212, ../../sass/_hy.scss */
  .choice-manager-wrapper div.table div.w1_3 {
    float: left;
    width: 33.33%;
  }
  /* line 217, ../../sass/_hy.scss */
  .choice-manager-wrapper div.table div.w2_3 {
    float: left;
    width: 66.66%;
  }
  /* line 221, ../../sass/_hy.scss */
  .choice-manager-wrapper div.table .w1_4 {
    float: left;
    width: 25%;
  }
  /* line 225, ../../sass/_hy.scss */
  .choice-manager-wrapper div.table .w3_4 {
    width: 75%;
    float: left;
  }
}
/* line 231, ../../sass/_hy.scss */
.choice-manager-wrapper div.table h2 {
  border: none;
  color: #fff;
  font-size: 20px;
  padding: 15px 0 15px 21px;
  text-align: left;
  background: #9e9fa3;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  /* line 231, ../../sass/_hy.scss */
  .choice-manager-wrapper div.table h2 {
    font-size: 16px;
  }
}
/* line 246, ../../sass/_hy.scss */
.choice-manager-wrapper div.table > tbody > tr > td {
  border: none;
  background: #fff;
}
/* line 252, ../../sass/_hy.scss */
.choice-manager-wrapper div.table.actions {
  background: #68a0d1;
  border-left: 10px solid #68a0d1;
  border-right: 10px solid #68a0d1;
  border-bottom: 10px solid #68a0d1;
}
/* line 257, ../../sass/_hy.scss */
.choice-manager-wrapper div.table.actions h2 {
  background: #68a0d1;
  text-align: center;
}
/* line 263, ../../sass/_hy.scss */
.choice-manager-wrapper div.table.actions > div > div {
  padding: 40px 10px;
  text-align: center;
}
/* line 266, ../../sass/_hy.scss */
.choice-manager-wrapper div.table.actions > div > div span {
  display: block;
  padding-top: 5px;
  font-size: 10px;
  line-height: 16px;
}
/* line 275, ../../sass/_hy.scss */
.choice-manager-wrapper div.table.actions .button {
  max-width: 400px;
  margin: auto;
}
/* line 281, ../../sass/_hy.scss */
.choice-manager-wrapper div.table.pastdue .banner {
  background-color: #e5b44b;
  max-width: 600px;
  margin: auto;
  padding: 10px;
}
/* line 286, ../../sass/_hy.scss */
.choice-manager-wrapper div.table.pastdue .banner > div {
  padding: 5px;
  box-sizing: border-box;
}
/* line 290, ../../sass/_hy.scss */
.choice-manager-wrapper div.table.pastdue .banner:after {
  content: "";
  display: block;
  width: 100%;
  float: none;
  clear: both;
}
/* line 297, ../../sass/_hy.scss */
.choice-manager-wrapper div.table.pastdue .banner h4 {
  margin: 0;
  color: #000;
  font-size: 12px;
  font-weight: bold;
}
/* line 303, ../../sass/_hy.scss */
.choice-manager-wrapper div.table.pastdue .banner p {
  font-size: 11px;
  line-height: normal;
}
/* line 307, ../../sass/_hy.scss */
.choice-manager-wrapper div.table.pastdue .banner .renew {
  background-color: #ce2a29;
  color: #ffffff;
  font-size: 16px;
  display: block;
  padding: 8px 0 5px;
  line-height: inherit;
  text-align: center;
  /* max-width: 350px;*/
}
/* line 317, ../../sass/_hy.scss */
.choice-manager-wrapper div.table.pastdue .banner img {
  width: 100%;
  height: auto;
}
/* line 323, ../../sass/_hy.scss */
.choice-manager-wrapper div.table.details {
  background: #9e9fa3;
}
/* line 326, ../../sass/_hy.scss */
.choice-manager-wrapper div.table.details table {
  border: none;
  width: 100%;
  background: #fff;
}
/* line 330, ../../sass/_hy.scss */
.choice-manager-wrapper div.table.details table td {
  padding: 10px 20px;
  border: none;
}
/* line 333, ../../sass/_hy.scss */
.choice-manager-wrapper div.table.details table td.title {
  /* max-width: 70px;*/
  font-weight: bold;
}
/* line 340, ../../sass/_hy.scss */
.choice-manager-wrapper div.table.details table.contract-list thead th {
  padding: 10px 20px;
  text-align: left;
}
/* line 348, ../../sass/_hy.scss */
.choice-manager-wrapper div.table.claim-status {
  background: #6ba751;
  border: none;
}
/* line 351, ../../sass/_hy.scss */
.choice-manager-wrapper div.table.claim-status h2 {
  text-transform: uppercase;
  font-size: 26px;
  background: none;
}
/* line 358, ../../sass/_hy.scss */
.choice-manager-wrapper div.table.claim-list > div {
  position: relative;
}
/* line 360, ../../sass/_hy.scss */
.choice-manager-wrapper div.table.claim-list > div > .w1_2 {
  padding: 5px 20px;
}
/* line 363, ../../sass/_hy.scss */
.choice-manager-wrapper div.table.claim-list > div > .w1_1 {
  padding: 0;
  clear: both;
}
@media only screen and (max-width: 768px) {
  /* line 363, ../../sass/_hy.scss */
  .choice-manager-wrapper div.table.claim-list > div > .w1_1 {
    padding: 5px 20px;
  }
}
@media only screen and (min-width: 768px) {
  /* line 372, ../../sass/_hy.scss */
  .choice-manager-wrapper div.table.claim-list > div > .w1_1 > div {
    box-sizing: border-box;
    padding: 5px 0;
  }
  /* line 375, ../../sass/_hy.scss */
  .choice-manager-wrapper div.table.claim-list > div > .w1_1 > div.title {
    padding: 5px 20px;
  }
}
/* line 382, ../../sass/_hy.scss */
.choice-manager-wrapper div.table.claim-list > div.data {
  padding: 30px 0;
}
/* line 384, ../../sass/_hy.scss */
.choice-manager-wrapper div.table.claim-list > div.data textarea {
  width: 100%;
  padding: 10px;
}
/* line 391, ../../sass/_hy.scss */
.choice-manager-wrapper div.table.claim-list .title {
  font-weight: bold;
  text-transform: capitalize;
}
/* line 395, ../../sass/_hy.scss */
.choice-manager-wrapper div.table.claim-list a.button {
  padding: 8px;
  display: inline-block;
  width: auto;
  position: absolute;
  top: 0.5em;
  right: 0;
}
/* line 403, ../../sass/_hy.scss */
.choice-manager-wrapper div.table.claim-list.orange {
  border-color: #e68a49;
}
/* line 405, ../../sass/_hy.scss */
.choice-manager-wrapper div.table.claim-list.orange h2 {
  background: #e68a49;
}
/* line 411, ../../sass/_hy.scss */
.choice-manager-wrapper div.table.claim-list.new-claim form {
  padding: 0 21px;
}
/* line 413, ../../sass/_hy.scss */
.choice-manager-wrapper div.table.claim-list.new-claim form p {
  margin-bottom: 10px;
}
/* line 415, ../../sass/_hy.scss */
.choice-manager-wrapper div.table.claim-list.new-claim form p:after {
  content: "";
  display: block;
  float: none;
  clear: both;
  width: 100%;
}
/* line 422, ../../sass/_hy.scss */
.choice-manager-wrapper div.table.claim-list.new-claim form p label {
  float: left;
  font-weight: bold;
  color: #000;
  width: 33.33%;
}
/* line 428, ../../sass/_hy.scss */
.choice-manager-wrapper div.table.claim-list.new-claim form p input, .choice-manager-wrapper div.table.claim-list.new-claim form p select {
  float: left;
  width: auto;
  min-width: 280px;
}
@media only screen and (max-width: 768px) {
  /* line 428, ../../sass/_hy.scss */
  .choice-manager-wrapper div.table.claim-list.new-claim form p input, .choice-manager-wrapper div.table.claim-list.new-claim form p select {
    min-width: 220px;
  }
}
/* line 436, ../../sass/_hy.scss */
.choice-manager-wrapper div.table.claim-list.new-claim form p textarea {
  padding: 10px;
  width: 66.66%;
  max-width: 280px;
}
/* line 441, ../../sass/_hy.scss */
.choice-manager-wrapper div.table.claim-list.new-claim form p input[type=button] {
  margin-top: 20px;
  width: auto;
}
/* line 444, ../../sass/_hy.scss */
.choice-manager-wrapper div.table.claim-list.new-claim form p input[type=button]:disabled {
  background: #eee !important;
  cursor: default;
}
@media only screen and (max-width: 768px) {
  /* line 450, ../../sass/_hy.scss */
  .choice-manager-wrapper div.table.claim-list.new-claim form p label {
    float: none;
    width: 100%;
  }
  /* line 454, ../../sass/_hy.scss */
  .choice-manager-wrapper div.table.claim-list.new-claim form p input, .choice-manager-wrapper div.table.claim-list.new-claim form p select {
    float: none;
    width: 100%;
  }
  /* line 458, ../../sass/_hy.scss */
  .choice-manager-wrapper div.table.claim-list.new-claim form p textarea {
    float: none;
    width: 100%;
  }
}
/* line 467, ../../sass/_hy.scss */
.choice-manager-wrapper div.table:after {
  content: "";
  display: block;
  width: 100%;
  float: none;
  clear: both;
}
/* line 477, ../../sass/_hy.scss */
.choice-manager-wrapper a.button {
  display: block;
  background: #6ca651;
  color: #fff;
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
}
